www.gusucode.com > 闪睿企业网站管理系统 2.0 一键安装部署版 > 闪睿企业网站管理系统 2.0 一键安装部署版/ShanRui/App_Data/Template/template06/zh-CN/ShanRuiFile/css/Global.css

    @charset "utf-8";
/****************** 模板公用样式表文件 ******************
/****** 全局设置 ******/
BODY{
	background:#e0e0e0;
	color:#777777;
	font-size:12px;
	line-height:150%;
	background-position:center;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

TD{
color:#777777;
font-size:12px;
line-height:150%;
}

SELECT{
color:#777777;
FONT-SIZE: 12px;
HEIGHT: 20px;
}/
/****** 链接样式 ******/
A{text-decoration: underline;}
A:link {color:#777777;}
A:visited {color:#777777;}
A:active {color:#777777;}
A:hover{color:#ff6611}
a:link,
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color:#FF0000;
}

img{
	vertical-align: middle;
	border: 0px none;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
li,p{
	margin: 0px;
	padding: 0px;
}
.hide{
	display: none;
}

/****** 表单样式 ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	color: #000000; 
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
input.button {
	height: 20px;
	color: #000000; 
	border: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 4px solid #CCCCCC;
	background-color: #FFFFFF;
}
textarea { 
	font-size: 12px;
	font-family: Tahoma, Arial;
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	height: 100px;
	width: 200px;
}
select { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000; 
	background-color: #FFFFFF;
}

/* 多语言菜单 */
#languageMenu {
	height: 20px;
	padding-right: 35px;
}
#languageMenu ul{
	margin: 0px;
	padding: 0px;
	float: right;
}
#languageMenu li{
	display: inline;
	list-style: none;
	padding-right: 3px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#languageMenu a{
	color: #FFFFFF;
	line-height: 20px;
}

/****** 头部样式 ******/
#websiteLogo {}
#logo {
	float: left;
	margin-right: 10px;
	display: none;
}
h1 {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bolder;
	font-family: "宋体", Arial, "MS Gothic", "MS Sans Serif";
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}


/* 顶部菜单 */
#topMenu {
	float: right;
	height: 70px;
	width: 80px;
	background-image: url(../images/topMenuBg.jpg);
	background-repeat: no-repeat;
	background-position: -8px 5px;
}
#topMenu ul{
	padding-top: 12px;
	padding-left: 6px;
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#topMenu li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/topMenuLi.jpg);
	background-position: left 5px;
	text-indent: 10px;
	background-repeat: no-repeat;
}
#topMenu a{
	color: #FFFFFF;
	line-height: 20px;
}

/* 主菜单 */
#menu {
	color: #FFFFFF;
	background-image: url(../images/menuBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
}
#menu ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li{
	display: block;
	list-style: none;
	margin: 0px;
	line-height: 30px;
	height: 30px;
	float: left;
	padding: 0px;
	background-image: url(../images/menuLiBg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu a{
	height: 30px;
	line-height: 30px;
	display: block;
	width: 75px;
	text-align: center;
}
#menu a:link,
#menu a:visited {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bolder;
	background-image: url(../images/menuBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}
#menu a:hover {
	background-image: url(../images/menuLiA.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #EA191A;
	text-decoration: none;
}
#menu ul li .thisPage
#menu ul li .thisPage:link,
#menu ul li .thisPage:visited,
#menu ul li .thisPage:hover {
	background-image: url(../images/menuLiA.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #EA191A;
	text-decoration: none;
}
#copyriht{
	line-height: 25px;
	color: #333333;
	height: 25px;
}

/* 底部菜单 */
#bottMenu {
	color: #333333;
	height: 25px;
}
#bottMenu ul{
	margin: 0px;
	padding: 0px;
}
#bottMenu li{
	display: inline;
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	
}
#bottMenu a{
	color: #333333;
	line-height: 25px;
	text-align: left;
	display: inline;
}

/* 内容部分样式 */
.content {
	float: right;
	width: 100%;
	margin-left: -200px;
}
.content-wide {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
.content-only {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
#innerContent {
	margin-left: 200px;
	overflow: visible;
	width: 550px;
}

/****** 侧边烂样式 ******/
/* 用户登录面板 */
#panelUser .panel-content{
	height: 135px;
}

/* user panel MemberLogin */
.memberLogin{
	margin: 5px;
	color: #666666;
	position: relative;
}
.memberLogin .memberLoginBox{
	color: #666666;
	position: relative;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}
.memberLogin td{
	height: 27px;	
}
.memberName,
.password,
.code{
	color: #666666;
	background-color: #F9FAFB;
	height: 16px;
	border: 1px solid #E2E8EE;
}
.memberName,
.password{
	width: 90px;
}
.memberLogin .regMember{
	text-decoration: underline;
}
.code,
.codeImg{
	vertical-align: middle;
}
.loginBt{
	color: #666666;
	background-image: url(../images/loginBtBg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 45px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.loginErrorSummary{
	background-color: #FFFFCC;
	display: block;
	font-size: 12px;
	border: 1px solid #A0A0A0;
	padding: 10px;
	position: absolute;
	left: 116px;
	top: 100px;
	width: 120px;
}
.memberLogin ul,
.memberLoginBox ul,
.loginErrorSummary ul{
	padding: 5px;
}
.memberLogin li,
.memberLoginBox li,
.loginErrorSummary ul li{
	color: #999999;
	list-style: square inside;
}

.memberLoginBox{
}
.loginBoxTitle{
}
.loginName{
}
.loginBoxLink{
}
.editLink{
}
.outLinkButton{
}
/* 公告 */
#noticeList{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#noticeList li{
	height: 20px;
	background-image: url(../images/notice-newsLi.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#noticeList .addTime{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;	
}

/* 友情链接 */
#Flink{
	padding: 10px;	
}
#Flink ul{
	padding: 0px;
	margin: 0px;
}
#Flink li{
	padding: 0px;
	margin: 0px;
}
#Flink  #picLink{
	width: 95px;
}

#picLink li{
	height: 40px;
	vertical-align: middle;
}
#picLink img{
	height: 33px;
	width: 88px;
}
#Flink #textLink{
	text-align:center;
}
#textLink ul{
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E8EE;
}
#textLink li{
	height: 20px;
}

/* 搜索条样式 */
.serachBox{
	padding-left: 15px;
}
.serachBox .key{
	color: #666666;
	background-color: #F9FAFB;
	width:400px;
	height: 16px;
	border: 1px solid #E2E8EE;
}
.serachBox .searchButton{
	background-image: url(../images/searchBtBg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
}
/* 投票样式 */
#panelVote .panel-content{
	height: 165px;
}
.votePanel{
	padding-top: 10px;
	padding-left: 15px;
}
.voteTitle{
	color: #000000;
	margin-bottom: 2px;
	display: block;
}
.voteList{
	padding: 0px;
	display: block;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-top: 0px;
}
.voteList input{
}
.voteButtonBox{
}
.voteButton,
.showButton{
	background-image: url(../images/voteBtBg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
}

.showPanel{
	padding-top: 20px;
	padding-left: 15px;
}
.showVoteTitle{
}
.showVoteTitle .voteMsg{
	color: #999999;
}
.showVoteList{
	margin-top: 10px;
	margin-left: 10px;
}
.showVoteList ul{
}
.showVoteList ul li{
	color:#333333;
	list-style: square inside;
	height: 16px;
}
.showVoteList ul li span{
	color: #999999;
	margin-left: 3px;
}
/* 隐藏元素样式 */
.hide{
	display: none;
}